Welcome![Sign In][Sign Up]
Location:
Search - JAVA dll

Search list

[JSP/JavaJNative

Description: jnative java 调用动态库需要的包和dll,及源码。-Call jnative java dynamic libraries needed packages and dll, and the source.
Platform: | Size: 1506304 | Author: mvpmascot | Hits:

[JSP/Javaictclas

Description: Java中lucene分词需要的ICTCLAS.dll文件和data词库-Java Lucene participle in need ICTCLAS.dll documents and data thesaurus
Platform: | Size: 2225152 | Author: suncity | Hits:

[JSP/Javajavawin

Description: java程序中调用DLL文件的例子,源码-java program called DLL files example, source
Platform: | Size: 172032 | Author: czg | Hits:

[Other Web CodeJNIsample_src

Description: I always wanted to play around with JNI. This is my first attempt so I created a utility DLL called TestImpl.dll that exports several useful functions which are difficult or impossible to implement in JAVA.
Platform: | Size: 86016 | Author: 王明明 | Hits:

[JSP/JavaBS_SMS_SDK_V1.7.1215

Description: [SMS SDK V1.7 测试说明] 1)“接口库”为SDK库包其中: Release —— 发布的稳定库 Debug —— 为调试库 2)“演示代码”为测试代码目录。 [1] 测试代码中使用的库都是Release的版本。 [2] 如使用Debug库,需要设置环境变量GSMLIB_DEBUG等于2,则会在C:\下生成GSMModem.log文件。 若您在开发的过程中遇到问题,可以使用此方法获得GSMModem.log并发送给经销商,即可有 效的解决您的问题。 设置环境变量的方法: 我的电脑->属性->高级->环境变量->用户变量和系统变量->新建 变量名: GSMLIB_DEBUG 变量值: 2 3)执行测试: [1] C#/VB/VB6/C++/Delphi 直接找到exe可执行文件,即可运行测试程序; [2] JAVA测试: 可以修改一下test.bat文件,然后直接运行即可了。 需要修改以下内容: set Number=13681191399 接收的手机号码 set SN=ITIU-NWCJ-VCJD-WJDU 注册码 set JAVA_HOME=D:\JBuilder9\jdk1.4 JAVA环境 -JAVA_HOME=D:\JBuilder9\jdk1.4 JAVA环境
Platform: | Size: 6449152 | Author: my name | Hits:

[JSP/JavaMakeWord

Description: 在线生成word,调用office api,通过jacob调用C++ d-make word
Platform: | Size: 71680 | Author: 飞哥 | Hits:

[OtherCsharp

Description: C#深入浅出全接触 目 录 表 一、什么是C#? 二、Java与C# 三、C#的主要特征 四、安装运行环境 五、C#编辑器 六、C#的程序结构 七、C#和名称空间 八、C#中一个经典例程的编写与编译 九、C#编程实战演习ABC 1、使用Visual Studio .NET编写C#程序 2、使用Visual C#创建Windows应用程序 3、创建C#类库(Dll) -C# easy Keys table 1, what is C#? Second, Java and C# three, C# of the main features of four, five operating environment is installed, C# editor 6, C# program structure of the seven, C# and name eight Spaces, C# in a classic preparation of routine and nine compiler, C# Programming combat exercises ABC 1, the use of Visual Studio. NET preparation of C# program 2, the use of Visual C# to create Windows applications 3, create a C# Class Library (Dll)
Platform: | Size: 349184 | Author: 程宏明 | Hits:

[JSP/Javajavadll

Description: java调用dll获取硬盘序列号 实现软件加密-java call dll achieve access to hard drive serial number software encryption
Platform: | Size: 52224 | Author: hP | Hits:

[Windows DevelopJNI

Description:  JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。   JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。 -JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
Platform: | Size: 19456 | Author: leizi | Hits:

[Graph RecognizeimageProcess

Description: 图片文字识别,OcrModule.java 为接口 OcrTest.java是例子 java运行参数中要把libocr.dll所在路径添加参数-Djava.library.path中-Image Character Recognition, OcrModule.java example for the java interface is OcrTest.java operating parameters in the path where the libocr.dll to add parameters in-Djava.library.path
Platform: | Size: 188416 | Author: L.G | Hits:

[Internet-Networksocket

Description: Java 基于socket通讯的聊天室~ 有Server短和Client,多线程可以同时一对多聊天~-Java-based chat room communications socket ~ There Server is very short and the Client, at the same time one-to-many multi-threaded chat ~
Platform: | Size: 4096 | Author: 韩小勇 | Hits:

[JSPDrugSale

Description: 销售系统,是我从网上下载下来的系统,大家有兴趣可以去看看,非常好用耐用的系统-java
Platform: | Size: 1021952 | Author: 韦艳江 | Hits:

[MultiLanguageLucene.Net.Analysis.Cn

Description: Lucene是什么? Lucene是Apache组织的一个用JAVA实现全文搜索引擎的开源项目。后来有人将Lucene移植到。Net语言。 Lucene是一个信息检索的函数库(Library),利用它你可以为你的应用加上索引和搜索的功能。 Lucene的使用者不需要深入了解有关全文检索的知识,仅仅学会使用库中的一个类,你就为你的应用实现全文检索的功能。 不过千万别以为Lucene是一个象google那样的搜索引擎,Lucene甚至不是一个应用程序,它仅仅是一个工具,一个Library。你也可以把它理解为一个将索引、搜索功能封装的很好的一套简单易用的API。利用这套API你可以做很多有关搜索的事情,而且很方便。 Lucene能做什么? Lucene可以对任何的数据做索引和搜索。 Lucene不管数据源是什么格式,只要它能被转化为文字的形式,就可以被Lucene所分析利用。也就是说不管是MS word, Html ,pdf还是其他什么形式的文件只要你可以从中抽取出文字形式的内容就可以被Lucene所用。你就可以用Lucene对它们进行索引以及搜索。 -What is Lucene? Lucene is an Apache with organizations to achieve full-text search engine JAVA open-source project. Later, some people will migrate to Lucene. Net language. Lucene is a library of information retrieval (Library), you can use it for your application together with the indexing and search functions. Lucene users do not need a deeper understanding of the full-text search of knowledge, just learn how to use a class library, you achieve your application for full-text search function. But do not think that Lucene is a kind of like the google search engine, Lucene is not even an application, it is merely a tool, a Library. You can also it will be understood as an index, a good search function of a package easy-to-use API. Use this API you can do a lot of things related to search and easily. Lucene can do? Lucene can do for any of the data and search index. Lucene regardless of what format the data source, as long as it can be transformed into the f
Platform: | Size: 95232 | Author: liutonglai | Hits:

[Communication-MobileSHP_A3

Description: 三汇语音卡API的java调用 通过jna调用DLL文件 需jna的jdk支持 本压缩包包括所需的jna包以及简单用例(在Main.java中)-Sanhui voice of the java card API calls through the call jna the jna required DLL file to support the jdk package including the necessary jna package and a simple use case (in the Main.java in)
Platform: | Size: 765952 | Author: 高源 | Hits:

[JSP/Javafontbox-0.8.0-incubating

Description: 一个java的PDF解析插件-PDF解析插件
Platform: | Size: 73728 | Author: liuchao | Hits:

[Windows Mobileweme-wm50-arm-ppro10_6.1.1.20061110-161633

Description: 使java能在moblie模拟器上运行的包。方便大家调试java程序在moblie上面的效果,由ibm公司编写的项目,外面很难找到的哦-So that java can run on moblie simulator package. We facilitate debugging java program moblie above results, the project prepared by the ibm company, it is difficult to find outside oh
Platform: | Size: 7079936 | Author: linyixiang | Hits:

[JSP/JavaJena

Description: Jena is Java toolkit for developing semantic web applications based on W3C recommendations for RDF and OWL. It provides an RDF API ARP, an RDF parser SPARQL, the W3C RDF query language an OWL API and rule-based inference for RDFS and OWL. -Jena is Java toolkit for developing semantic web applications based on W3C recommendations for RDF and OWL. It provides an RDF API ARP, an RDF parser SPARQL, the W3C RDF query language an OWL API and rule-based inference for RDFS and OWL.
Platform: | Size: 11996160 | Author: James | Hits:

[JSP/JavaJNI_Demo

Description: 一个简单的JNI例子,VC6.0生成DLL,java调用-A simple JNI example, VC6.0 generated DLL, java call
Platform: | Size: 322560 | Author: zhuzhong | Hits:

[Crack HackSafari_d9down

Description: java ecc java ecc java e-java eccjava eccjava eccjava eccjava ecc
Platform: | Size: 31791104 | Author: zhangli | Hits:

[WEB CodeVBScript

Description: 从HTML入手,首先介绍了VBScript作为Web页面脚本语言的基本结构:函数、控件和对象,接着介绍了VBScript作为一种编程语言的高级内容:错误处理、调试和建立动态Web页面。另外,也讨论了与VBScript相关的技术:JAVA DLL等。-From HTML to start, first introduced as a Web page VBScript scripting language' s basic structure: functions, controls, and objects, and then introduced the VBScript programming language as a high-level content: error handling, debugging, and build dynamic Web pages. In addition, also discussed with the VBScript-related technologies: JAVA DLL and so on.
Platform: | Size: 22306816 | Author: xx | Hits:
« 1 2 3 4 56 7 8 9 10 ... 18 »

CodeBus www.codebus.net